home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / QUIT / 00001.ls next >
Encoding:
Text File  |  1995-06-16  |  326 b   |  16 lines

  1. on checkm2
  2.   if the soundBusy of 1 = 1 then
  3.     nothing()
  4.   else
  5.     sound playFile 1, "IREZUMI:DATA:SOUND:OPEN_M"
  6.   end if
  7. end
  8.  
  9. on setcursor
  10.   set the cursor of sprite 4 to 280
  11.   set the cursor of sprite 5 to 280
  12.   set the cursor of sprite 6 to 280
  13.   set the cursor of sprite 7 to 280
  14.   set the cursor of sprite 8 to 280
  15. end
  16.